Namespaces
Salient
Cache
Cli
Collection
Console
Container
Contract
Cache
Cli
Collection
Console
Container
Core
Entity
Exception
Pipeline
Provider
Curler
Http
Iterator
Polyfill
Sync
Core
Curler
Db
Http
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
Interfaces
Arrayable
ArrayMapperInterface
Buildable
BuilderInterface
Chainable
Comparable
DateFormatterInterface
DateParserInterface
EscapeSequence
FacadeAwareInterface
FacadeInterface
FileDescriptor
Flushable
GraphInterface
HasDescription
HasId
HasName
Hierarchical
Immutable
Instantiable
Jsonable
JsonSchemaInterface
ListConformity
MessageLevel
MessageLevelGroup
MimeType
NormaliserFlag
SerializeRulesInterface
StoppableEventInterface
TextComparisonAlgorithm
TextComparisonFlag
Unloadable
Overview
Namespace
Interface
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
Salient\Contract\Core;
4:
5:
/**
6:
* @api
7:
*/
8:
interface
HasName
9:
{
10:
/**
11:
* Get the name of the object
12:
*/
13:
public
function
getName(): string;
14:
}
15: